As an Organization user I want to soft delete Container node(s) where containerID=\{ID\}.
DELETE/vfs/api/v2/containers/:containerId
As an Organization user I want to soft delete Container node(s) where containerID={ID}.
Request
Responses
- 202
- 400
- 401
- 403
- 404
- 409
- 500
The container has been soft deleted.
The request is bad formatted.
You don't have permission to perform this action.
Forbidden
There no item with this id.
Conflict
Unhandled exception.